home *** CD-ROM | disk | FTP | other *** search
/ MykoCD / CD [MykoCD].bin / MykoWeb / cookbook / cookbook.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-29  |  1.6 KB  |  103 lines

  1. A:Active {
  2.     color : #00FF00;
  3. }
  4.  
  5. A:Hover {
  6.     background : #FFFF00;
  7.     color : #0000FF;
  8. }
  9. A:LINK {
  10.     color : #0000FF;
  11. }
  12.  
  13. A:Visited {
  14.     color : #0000FF;
  15. }
  16.  
  17. BODY     {
  18.     background-color : #FFFFCC;
  19.     color : #000000;
  20. }
  21.  
  22. H1 {
  23.     color : #800000;
  24.     font-family : sans-serif;
  25.     font-size : 160%;
  26.     font-weight : bold;
  27. }
  28.  
  29. H2 {
  30.     color : #000080;
  31.     font-family : verdana, helvetica, arial, sans-serif;
  32.     font-size : 125%;
  33.     font-weight : bold;
  34.     text-align : center;
  35. }
  36.  
  37. H3 {
  38.     color : #000080;
  39.     font-family : verdana, helvetica, arial, sans-serif;
  40.     font-size : 110%;
  41.     font-weight : normal;
  42. }
  43.  
  44. P {
  45.     font-family : Georgia, serif;
  46.     font-style : normal;
  47. }
  48.  
  49. P.author {
  50.     font-family : verdana, helvetica, arial, sans-serif;
  51.     font-size : 70%;
  52.     font-style : italic;
  53. }
  54.  
  55. P.footer {
  56.     font-family : verdana, helvetica, arial, sans-serif;
  57.     font-size : 60%;
  58.     text-align : center;
  59. }
  60.  
  61. P.T1 {
  62.     color : #800000;
  63.     font-family : verdana, arial, helvetica, sans-serif;
  64.     font-size : 160%;
  65.     font-weight : bold;
  66.     text-align : center;
  67. }
  68.  
  69. P.T2 {
  70.     color : #000080;
  71.     font-family : serif;
  72.     font-size : 110%;
  73.     font-weight : bold;
  74.     text-align : center;
  75. }
  76.  
  77. P.T3 {
  78.     color : #800000;
  79.     font-family : verdana, arial, helvetica, sans-serif;
  80.     font-size : 120%;
  81.     font-weight : normal;
  82.     text-align : center;
  83. }
  84.  
  85. P.T4 {
  86.     color : #000000;
  87.     font-family : verdana, arial, helvetica, sans-serif;
  88.     font-size : 100%;
  89.     font-weight : normal;
  90.     text-align : center;
  91. }
  92.  
  93. P.T5 {
  94.     font-family : sans-serif;
  95.     font-size : 75%;
  96.     text-align : center;
  97. }
  98.  
  99. TD {
  100.     background-color : #FFFFCC;
  101.     color : #000000;
  102. }
  103.